home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / tcoop.arc / TCOOP2.ARC / GMENUTST.MAK < prev    next >
Encoding:
Text File  |  1991-10-26  |  1.5 KB  |  114 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = tcc +GMENUTST.CFG
  5. TASM = TASM
  6. TLINK = tlink
  7.  
  8.  
  9. #        *Implicit Rules*
  10. .c.obj:
  11.   $(CC) -c {$< }
  12.  
  13. .cpp.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .asm.obj:
  17.   $(TASM) {$< }
  18.  
  19.  
  20. #        *List Macros*
  21.  
  22.  
  23. EXE_dependencies =  \
  24.   gmenutst.obj \
  25.   msounit.obj \
  26.   grphscrn.obj \
  27.   gwsounit.obj \
  28.   isounit.obj \
  29.   gfsounit.obj \
  30.   grsounit.obj \
  31.   fsounit.obj \
  32.   rsounit.obj \
  33.   scrnsty.obj \
  34.   msmouse.obj \
  35.   keybrd.obj
  36.  
  37. #        *Explicit Rules*
  38. gmenutst.exe: gmenutst.cfg $(EXE_dependencies)
  39.   $(TLINK) /v/s/c @&&|
  40. c:\tcpp\lib\c0l.obj+
  41. gmenutst.obj+
  42. msounit.obj+
  43. grphscrn.obj+
  44. gwsounit.obj+
  45. isounit.obj+
  46. gfsounit.obj+
  47. grsounit.obj+
  48. fsounit.obj+
  49. rsounit.obj+
  50. scrnsty.obj+
  51. msmouse.obj+
  52. keybrd.obj
  53. gmenutst,gmenutst
  54. c:\tcpp\lib\graphics.lib+
  55. c:\tcpp\lib\emu.lib+
  56. c:\tcpp\lib\mathl.lib+
  57. c:\tcpp\lib\cl.lib
  58. |
  59.  
  60.  
  61. #        *Individual File Dependencies*
  62. gmenutst.obj: gmenutst.cpp 
  63.  
  64. msounit.obj: msounit.cpp 
  65.  
  66. grphscrn.obj: grphscrn.cpp 
  67.  
  68. gwsounit.obj: gwsounit.cpp 
  69.  
  70. isounit.obj: isounit.cpp 
  71.  
  72. gfsounit.obj: gfsounit.cpp 
  73.  
  74. grsounit.obj: grsounit.cpp 
  75.  
  76. fsounit.obj: fsounit.cpp 
  77.  
  78. rsounit.obj: rsounit.cpp 
  79.  
  80. scrnsty.obj: scrnsty.cpp 
  81.  
  82. msmouse.obj: msmouse.cpp 
  83.  
  84. keybrd.obj: keybrd.cpp 
  85.  
  86. #        *Compiler Configuration File*
  87. gmenutst.cfg: gmenutst.mak
  88.   copy &&|
  89. -ml
  90. -v
  91. -O
  92. -Z
  93. -V
  94. -vi-
  95. -wbbf
  96. -wpin
  97. -wamb
  98. -wamp
  99. -wasm
  100. -wpro
  101. -wcln
  102. -wdef
  103. -wsig
  104. -wnod
  105. -wstv
  106. -wucp
  107. -wuse
  108. -IC:\TCPP\INCLUDE
  109. -LC:\TCPP\LIB
  110. -DGRAPHICS
  111. | gmenutst.cfg
  112.  
  113.  
  114.